home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / v cisle / deepburner / DeepBurner1.exe / DeepBurner.exe / 0 / RCDATA / TAUTORUNFRAME / TAUTORUNFRAME.txt
Text File  |  2006-03-23  |  3KB  |  109 lines

  1. object AutorunFrame: TAutorunFrame
  2.   Left = 0
  3.   Top = 0
  4.   Width = 358
  5.   Height = 269
  6.   DockSite = True
  7.   TabOrder = 0
  8.   object FormImage: TImage
  9.     Left = 0
  10.     Top = 0
  11.     Width = 358
  12.     Height = 269
  13.     Align = alClient
  14.     Visible = False
  15.   end
  16.   object MainPanel: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 358
  20.     Height = 269
  21.     Align = alClient
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     OnMouseDown = MainPanelMouseDown
  25.     OnMouseMove = MainPanelMouseMove
  26.     OnMouseUp = MainPanelMouseUp
  27.     object ViewPaintBox: TPaintBox
  28.       Left = 1
  29.       Top = 1
  30.       Width = 356
  31.       Height = 267
  32.       Cursor = crArrow
  33.       Align = alClient
  34.       OnMouseDown = MainPanelMouseDown
  35.       OnMouseMove = MainPanelMouseMove
  36.       OnMouseUp = MainPanelMouseUp
  37.       OnPaint = ViewPaintBoxPaint
  38.     end
  39.     object title: TLabel
  40.       Left = 136
  41.       Top = 16
  42.       Width = 57
  43.       Height = 33
  44.       Cursor = crSizeAll
  45.       Hint = 'Title box'
  46.       AutoSize = False
  47.       Caption = 'Title'
  48.       Font.Charset = DEFAULT_CHARSET
  49.       Font.Color = clRed
  50.       Font.Height = -27
  51.       Font.Name = 'Times New Roman'
  52.       Font.Style = []
  53.       ParentFont = False
  54.       ParentShowHint = False
  55.       ShowHint = True
  56.       Transparent = True
  57.       WordWrap = True
  58.       OnMouseDown = AutorunButtonMouseDown
  59.       OnMouseMove = AutorunButtonMouseMove
  60.       OnMouseUp = MainPanelMouseUp
  61.     end
  62.     object comment: TLabel
  63.       Left = 16
  64.       Top = 20
  65.       Width = 89
  66.       Height = 29
  67.       Cursor = crSizeAll
  68.       Hint = 'Comment box'
  69.       AutoSize = False
  70.       Caption = 'Comment'
  71.       Font.Charset = DEFAULT_CHARSET
  72.       Font.Color = clRed
  73.       Font.Height = -20
  74.       Font.Name = 'Times New Roman'
  75.       Font.Style = []
  76.       ParentFont = False
  77.       ParentShowHint = False
  78.       ShowHint = True
  79.       Transparent = True
  80.       WordWrap = True
  81.       OnMouseDown = AutorunButtonMouseDown
  82.       OnMouseMove = AutorunButtonMouseMove
  83.       OnMouseUp = MainPanelMouseUp
  84.     end
  85.     object ExitButton: TfcImageBtn
  86.       Left = 272
  87.       Top = 232
  88.       Width = 75
  89.       Height = 25
  90.       Hint = 'Exit this program'
  91.       Caption = 'Exit'
  92.       Color = clNone
  93.       DitherColor = clWhite
  94.       DitherStyle = dsDither
  95.       NumGlyphs = 0
  96.       ParentClipping = True
  97.       ParentShowHint = False
  98.       ShadeStyle = fbsNormal
  99.       ShowHint = True
  100.       TabOrder = 0
  101.       TextOptions.Alignment = taCenter
  102.       TextOptions.VAlignment = vaVCenter
  103.       TransparentColor = clNone
  104.       RegionData = {00000000}
  105.       DownRegionData = {00000000}
  106.     end
  107.   end
  108. end
  109.